CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - baud rate generator

搜索资源列表

  1. th0

    0下载:
  2. 可用波特率计算(方式1、3波特率发生器全部工作于自动重装载方式).exe-baud rate can be calculated (mode baud rate generator 1,3 all of the work on automatic loading methods). Exe
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6396
    • 提供者:tang
  1. FPGAprogram3

    0下载:
  2. 波特率发生器的设计,这里是实现上述功能的VHDL源程序,供大家学习和讨论。 -baud rate generator design, here is the realization of the above-mentioned functional VHDL source code for all learning and discussion.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3583
    • 提供者:许嘉
  1. UART0tiaoshilicheng

    0下载:
  2. C8051F040的UART0调试程序,UART0模式1主机程序,TX0线为P0.0,RX0线为P0.1,TX0采用T2为波特率产生源,RX0采用T1为波特率产生源-C8051F040 UART0 debugging procedures, a model UART0 mainframe procedures, TX0 lines of P0.0 and P0.1 RX0 lines, T2 TX0 used for baud rate generator, RX0 using T1 for b
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-15
    • 文件大小:7151
    • 提供者:倩倩
  1. uart.rar

    0下载:
  2. 带自适应波特率发生器UART实现,经过FPGA验证的!,UART baud rate generator with adaptive realization, after FPGA validation!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:5809
    • 提供者:guochao
  1. ADuC824

    0下载:
  2. ADUC824串口通信,可实现与上位机通信,用T2定时器作为波特率发生器-ADUC824 serial communication, enabling communication with the host computer, as a baud rate generator with timer T2
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:24015
    • 提供者:River
  1. STCDaulUart

    0下载:
  2. STC单片机双串口,串口1,2测试程序,串口2使用独立波特率发生器作为波特率发生器。-SCM STC dual serial, serial 1,2-testing procedures, using serial two independent Baud Rate Generator as the baud rate generator.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3006
    • 提供者:肖雨
  1. RS-232

    0下载:
  2. void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2569
    • 提供者:zhongxinyu
  1. 51baudrate

    0下载:
  2. 8051单片机的串口波特率发生器计算器,对做51但片机开发的同学们应该有很大帮助-8051 serial port baud rate generator calculator, to do 51 but the machine developed by students should be of great help
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:6789
    • 提供者:gary
  1. duojitongxun

    0下载:
  2. AT89C52与N台AT89C2051通讯,双方均有RS485接口 ,AT89C52用T2作波特率发生器, 波特率为96-AT89C52 with N-Taiwan AT89C2051 communications, both RS485 interface, AT89C52 with T2 for the baud rate generator, the baud rate is 96
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:10495
    • 提供者:吕斌
  1. top

    0下载:
  2. RS232串行通信,采用VHDL编程,由波特率发生器,接收器和发送器构成-RS232 serial communication using VHDL programming, by the baud rate generator, receiver and transmitter constitute
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1476
    • 提供者:幸运
  1. UART_SUCCESS

    0下载:
  2. 实现FPGA和上位机的串口通信,里面由波特率发生器,移位寄存器,计数器,detecter,switch,switch_bus等功能块综合而成。-FPGA implementation and the host computer' s serial communication, which by the baud rate generator, shift register, counters, detecter, switch, switch_bus such as function bl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1855434
    • 提供者:zhn
  1. software-uart

    0下载:
  2. 软件UART程序,用PCA做波特率发生器,使用的是C8051F000单片机-Software UART procedure, PCA to do with the baud rate generator, using a single-chip C8051F000
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5860
    • 提供者:张雪梅
  1. UART_51

    0下载:
  2. 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1009
    • 提供者:罗岳
  1. uart_zhiwen

    0下载:
  2. RS232的UART编程,包括波特率发生器模块,串口接受模块,串口发送模块-RS232 programming the UART, including the baud rate generator module, serial module to receive, send serial module
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:109980
    • 提供者:zhangyi
  1. boundary_generator_using_T1

    0下载:
  2. 51单片机中的波特率发生器51 single-chip baud rate generator in-51 single-chip baud rate generator in
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:23440
    • 提供者:ray
  1. c8051f-UART

    1下载:
  2. 本应用笔记讨论基于C8051Fxxx系列器件的软件UART实现方法本文给出两个完整的例子一个用PCA为波特率发生器的C语言程序和一个用定时器0为波特率发生器的汇编语言程序-Application Notes discuss the C8051Fxxx series of devices based on the software UART implementation integrity of this paper two examples of a baud rate generator wi
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:927812
    • 提供者:赵箭
  1. T2

    0下载:
  2. T2做为波特率发生器初始化函数 用于串行通信-T2 as a function to initialize the baud rate generator for serial communication
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:815
    • 提供者:龚杰
  1. clockout

    0下载:
  2. 本程序演示从P3.4、P3.5和P1.0输出时钟信号。使用18.432MHz的晶振和STC12C5AXXS2系列单片机,从两个定时器引脚以及独立波特率发生器分别输出频率为150k、200k和100k赫兹的矩形波。内有C语言和汇编语言,用Keil C编译。-Demonstration of this procedure from the P3.4, P3.5 and P1.0 output clock signal. 18.432MHz crystal and the use of the STC
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:10608
    • 提供者:陈伟卓
  1. Timer-2-serial-port-rate--C

    0下载:
  2. 52单片机定时器2作为串行口波特率发生器使用C语言程序-52 MCU Timer 2 as a serial port baud rate generator using the C language program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-01
    • 文件大小:11248
    • 提供者:LB
  1. baud-rate-generator

    0下载:
  2. 定时器计数器工作波特率发生器的串口通信设定的基本计算方法-The timer counter the work of serial communication baud rate generator set calculated
  3. 所属分类:SCM

    • 发布日期:2017-11-04
    • 文件大小:208780
    • 提供者:夹角
« 12 3 4 »
搜珍网 www.dssz.com